SpyEyes

All-in-One OSINT Toolkit · 10 commands · 3164 platforms · Subdomain (7 dim) + Email (6 free sources) + Diff + Batch · 8 Editorial reports · zh+en bilingual · v1.6.12

View on GitHub

🔍 SpyEyes

OSINT 信息查询工具中文增强版 · One-shot toolkit · 10 commands · IP · Phone · Username · WHOIS · MX · Email · Subdomain · Domain Emails · Diff · Batch

一站式 OSINT:IP / 电话 / 用户名(3164 平台)/ WHOIS / MX / 邮箱 / 子域名枚举(7 维度) / 域名邮箱挖掘(6 源全免费) / Diff 监控 / 批量扫描 · 8 种 Editorial 风报告

📖 详细教程 / Tutorial · 📝 更新日志 / Changelog · 🤝 贡献指南 / Contributing · 🔒 安全策略 / Security

⭐ Star on GitHub · 🐛 Report Bug · 📦 Latest Release


✨ 核心特性 / Key Features

🔒 安全防护

经多轮独立 fresh-eyes 盲审收敛到「无真 bug」状态:

🚀 快速开始

git clone https://github.com/Akxan/SpyEyes.git
cd SpyEyes
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python3 -m spyeyes --version    # spyeyes 1.6.13

立即体验:

python3 -m spyeyes ip 8.8.8.8                          # IP 追踪
python3 -m spyeyes phone +8613800138000                # 电话解析
python3 -m spyeyes user torvalds                       # 3164 平台扫描
python3 -m spyeyes whois example.com                   # WHOIS
python3 -m spyeyes mx 中国.cn                          # IDN 域名 MX

# 子域名枚举(v1.3.0 → v1.6.1)
python3 -m spyeyes subdomain example.com --alive-only --save report.html
python3 -m spyeyes subdomain example.com --bruteforce  # 加 220 词字典

# 🆕 v1.5.0 批量域名扫描
python3 -m spyeyes subdomain --batch domains.txt --batch-save-dir reports/ --alive-only

# 🆕 v1.5.0 Diff 模式 — OSINT 监控
python3 -m spyeyes subdomain example.com --json > snap1.json
python3 -m spyeyes subdomain example.com --json > snap2.json   # 几天后
python3 -m spyeyes diff snap1.json snap2.json --save diff.html

# 🆕 v1.6.0 域名邮箱(6 源全免费并发)
python3 -m spyeyes domain-emails example.com           # crt.sh + WHOIS + Bing + DDG + Wayback + GitHub
python3 -m spyeyes domain-emails example.com --guess "John Doe"

# 8 种报告格式(全 Editorial 风,中英双语)
python3 -m spyeyes user torvalds --save report.html       # HTML(sticky thead + 颜色编码)
python3 -m spyeyes user torvalds --save report.pdf        # PDF(封面页 + 罗马数字章节)
python3 -m spyeyes user torvalds --save report.xmind      # XMind 思维导图
python3 -m spyeyes user torvalds --save report.graph.html # D3.js 力导向图

SPYEYES_NO_HISTORY=1 python3 -m spyeyes ...   # 禁用历史(隐私模式)

完整文档见 详细教程


License: Apache 2.0 · Author: Akxan · 社区: LINUX DO